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 | 3ef170a96d56f30187f312fd62b4c604d69b926c (patch) | |
| tree | 3bc1d4a00ce29978cdd72969d873a92fc92310a3 | |
| parent | repository(README): Make note of PAT (diff) | |
| download | api-worker-3ef170a96d56f30187f312fd62b4c604d69b926c.tar.xz api-worker-3ef170a96d56f30187f312fd62b4c604d69b926c.zip | |
fix: Case of license file
| -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")] |