fix(curl): use /api instead of /
Signed-off-by: supercmmetry <vishaals2000@gmail.com>
This commit is contained in:
parent
36ca95e2e3
commit
f80f467408
@ -161,5 +161,5 @@ fn anonymous(input: String, conn: DbConn) -> String {
|
|||||||
pub fn fuel(rocket: Rocket) -> Rocket {
|
pub fn fuel(rocket: Rocket) -> Rocket {
|
||||||
rocket
|
rocket
|
||||||
.mount("/api/paste", routes![create, fetch, update])
|
.mount("/api/paste", routes![create, fetch, update])
|
||||||
.mount("/", routes![anonymous])
|
.mount("/api", routes![anonymous])
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user