Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microservice-autodevopspipelines
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李春生
microservice-autodevopspipelines
Commits
f231e919
Commit
f231e919
authored
Jan 11, 2019
by
据说甜蜜呢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加测试空字符串
parent
1f2c1b6d
Pipeline
#4254
passed with stage
in 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/Services/Identity/Identity.API/Controllers/ValuesController.cs
+1
-1
src/Services/Marketing/Marketing.API/Startup.cs
+1
-1
No files found.
src/Services/Identity/Identity.API/Controllers/ValuesController.cs
View file @
f231e919
...
@@ -11,7 +11,7 @@ namespace Identity.API.Controllers
...
@@ -11,7 +11,7 @@ namespace Identity.API.Controllers
[
HttpGet
]
[
HttpGet
]
public
ActionResult
<
IEnumerable
<
string
>>
Get
()
public
ActionResult
<
IEnumerable
<
string
>>
Get
()
{
{
return
new
string
[]
{
"value1"
,
"value2"
};
return
new
string
[]
{
"value1"
,
"value2"
};
}
}
// GET api/values/5
// GET api/values/5
...
...
src/Services/Marketing/Marketing.API/Startup.cs
View file @
f231e919
...
@@ -10,7 +10,7 @@ namespace Marketing.API
...
@@ -10,7 +10,7 @@ namespace Marketing.API
public
class
Startup
public
class
Startup
{
{
public
Startup
(
IConfiguration
configuration
)
public
Startup
(
IConfiguration
configuration
)
{
{
Configuration
=
configuration
;
Configuration
=
configuration
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment