commit file, not symlink

This commit is contained in:
Alexander Petric
2025-01-22 10:13:49 -05:00
parent 4cf716b77e
commit 0c236eb0b9

View File

@@ -1 +0,0 @@
/Users/alex/windmill/dev/repos/windmill/../windmill-ee-private//windmill-api/src/teams_ee.rs

View File

@@ -0,0 +1,5 @@
use axum::Router;
pub fn teams_service() -> Router {
Router::new()
}