This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leviolson
/
dark-sky-weather-api
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update main.go
master
Levi Olson
4 years ago
committed by
GitHub
parent
50e1475056
commit
b287c6c44f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.go
+ 1
- 1
main.go
View File
@ -28,7 +28,7 @@ func main() {
c
.
File
(
"assets/favicon.ico"
)
}
)
router
.
Static
(
"/.well-known"
,
"
./
public/.well-known"
)
router
.
Static
(
"/.well-known"
,
"public/.well-known"
)
router
.
GET
(
"/ping"
,
func
(
c
*
gin
.
Context
)
{
c
.
String
(
http
.
StatusOK
,
"pong"
)
Write
Preview
Loading…
Cancel
Save