Fixes some part of the hallo ui
* App.master: Use local copies for jquery & jquery-ui * BlogsController.cs: Defines a search method targeting blog attached files and other user files.
This commit is contained in:
parent
848cee0190
commit
c10a78841b
3 changed files with 14 additions and 2 deletions
|
|
@ -124,6 +124,11 @@ namespace Yavsc.ApiControllers
|
|||
return Request.CreateResponse(HttpStatusCode.InternalServerError, e);
|
||||
}
|
||||
}
|
||||
|
||||
[Authorize,HttpGet]
|
||||
public async Task<HttpResponseMessage> SearchFile(long postid, string terms) {
|
||||
throw new NotImplementedException ();
|
||||
}
|
||||
/// <summary>
|
||||
/// Import the specified id.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue