diff options
| author | Fuwn <[email protected]> | 2021-04-26 16:53:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 16:53:26 -0700 |
| commit | 8b795503b3a1ddbefb6397dfb4d0c223feaddd5f (patch) | |
| tree | 695ea1a2adbc50e9846a91fa732384dc2aa8eb2e /src | |
| parent | repository(README): Make note of PAT (diff) | |
| download | api-8b795503b3a1ddbefb6397dfb4d0c223feaddd5f.tar.xz api-8b795503b3a1ddbefb6397dfb4d0c223feaddd5f.zip | |
fix: Case of license file
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes.rs b/src/routes.rs index e492404..3ecf083 100644 --- a/src/routes.rs +++ b/src/routes.rs @@ -41,7 +41,7 @@ https://github.com/fuwn ### license gnu general public license v3.0 (gpl-3.0-only) -https://github.com/senpy-club/api/blob/main/LICENSE"# +https://github.com/senpy-club/api/blob/main/license"# } #[get("/github")] |