DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: a0e9ef2e35a4558adc408cd1186b98433e8f50b5 deck-builder/api/src/actions/user/mod.rs -rw-r--r-- 216 bytes
a0e9ef2eJonni Liljamo fix(api): /ping -> /api/ping 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
/*
 * This file is part of laurelin/api
 * Copyright (C) 2023 Jonni Liljamo <jonni@liljamo.com>
 *
 * Licensed under GPL-3.0-only.
 * See LICENSE for licensing information.
 */

mod create;
pub(crate) use create::*;