This commit is contained in:
cupcakearmy 2021-05-02 19:03:16 +02:00
parent 407d220552
commit 093a6c5c2b
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 0 additions and 3 deletions

View File

@ -114,7 +114,4 @@ pub fn init(cfg: &mut web::ServiceConfig) {
.service(delete)
.service(one),
);
// cfg.service(create);
// cfg.service(delete);
// cfg.service(one);
}