Changeset 271178d for iknow-api/Controllers/AuthController.cs
- Timestamp:
- 10/22/25 22:52:41 (11 months ago)
- Branches:
- master
- Children:
- cb8e531
- Parents:
- 301af3f
- File:
-
- 1 edited
-
iknow-api/Controllers/AuthController.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Controllers/AuthController.cs
r301af3f r271178d 1 using FinXaccesApi.DTOs;2 using FinXaccesApi.Services;1 using iknow_api.DTOs; 2 using iknow_api.Services; 3 3 using Microsoft.AspNetCore.Mvc; 4 4 //test 5 namespace FinXaccesApi.Controllers5 namespace iknow_api.Controllers 6 6 { 7 7 [ApiController]
Note:
See TracChangeset
for help on using the changeset viewer.
