1
0
forked from Konrad/Lab2

Added UserController, modified DemoApplication

This commit is contained in:
Squashim
2025-10-02 12:55:36 +02:00
parent 21d2e7fbaf
commit 4a61d677df

View File

@@ -0,0 +1,4 @@
package com.example.demo.controller;
public class UserController {
}