This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
djabsher
/
test
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Deploy Test
master
dan
5 years ago
parent
c1990bac2a
commit
f68efe5147
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Drone/Drone.Web/Startup.cs
+ 1
- 1
Drone/Drone.Web/Startup.cs
View File
@ -32,7 +32,7 @@ namespace Drone.Web
{
endpoints
.
MapGet
(
"/"
,
async
context
=
>
{
await
context
.
Response
.
WriteAsync
(
"Hello World!"
)
;
await
context
.
Response
.
WriteAsync
(
"Hello World
Deploye Successful
!"
)
;
}
)
;
}
)
;
}
Write
Preview
Loading…
Cancel
Save