You've already forked AstralRinth
forked from didirus/AstralRinth
Include both analytics v1 and v2 in tree (#4527)
* Include both analytics v1 and v2 in tree * fix sqlx cache * fix tests
This commit is contained in:
@@ -4,6 +4,7 @@ use actix_web::{HttpResponse, web};
|
||||
use serde_json::json;
|
||||
|
||||
pub mod analytics_get;
|
||||
pub mod analytics_get_old;
|
||||
pub mod collections;
|
||||
pub mod friends;
|
||||
pub mod images;
|
||||
@@ -32,7 +33,8 @@ pub fn config(cfg: &mut web::ServiceConfig) {
|
||||
web::scope("v3")
|
||||
.wrap(default_cors())
|
||||
.configure(limits::config)
|
||||
.configure(analytics_get::config)
|
||||
// .configure(analytics_get::config) // TODO: see `analytics_get`
|
||||
.configure(analytics_get_old::config)
|
||||
.configure(collections::config)
|
||||
.configure(images::config)
|
||||
.configure(notifications::config)
|
||||
|
||||
Reference in New Issue
Block a user