mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 10:09:24 +00:00
10 lines
207 B
C#
10 lines
207 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Oqtane.Shared {
|
|
public class ControllerRoutes {
|
|
public const string Default = "{alias}/api/[controller]";
|
|
}
|
|
}
|